html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  font-family: Tahoma, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  /*font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;*/
}
strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Tahoma, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "\5b8b\4f53", sans-serif;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

/* .main_content{
  width: 1190px;
  margin: 0 auto;
} */
/* @media screen and (max-width: 1442px) {
   .main_content{
     width: 847px;
     margin: 0 auto;
   }
 } */

.el-container.layout-container.is-vertical {
  min-height: 100%;
}

html,
body,
#app,
#__nuxt,
#__layout{
  height: 100%;
}

.el-card.box-card.is-always-shadow {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

body {
  line-height: 1;
  background-color: #F6F6F6;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.leftNavBar {
  width: 190px !important;
}

/* custom */

a {
  color: #7e8c8d;
  text-decoration: none;
  /* -webkit-backface-visibility: hidden; */
}

li {
  list-style: none;
}

/* scrollbar style start */

::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #e1e1e1;
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  background-clip: content-box
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa
}

/* scrollbar style end */

html,
body {
  width: 100%;
  word-break: break-all;
  overflow: hidden;
}

.el-container.layout-container.main_content {
  height: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.overflow {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.el-card.box-card.is-always-shadow {
  border: 0 none !important;
}

.theme-background {
  background-color: #561c83 !important;
  border-color: #561c83 !important;
}

.theme-color {
  color: #561c83 !important;
}

.el-badge.item {
  margin: 0 !important;
}

/* @media screen and (max-width: 1442px) {
} */

.el-submenu__title {
  padding: 0 10px;
}

.main_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1199px) {
  .main_content {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .main_content img {
    max-width: 100%;
  }
}

/* 隐藏滚动条 */

.scroll-content {
  overflow-y: auto;
}

.scroll-content::-webkit-scrollbar {
  width: 0 !important
}

/* IE 10+ */

.scroll-content {
  -ms-overflow-style: none;
}

/* Firefox */

.scroll-content {
  overflow: -moz-scrollbars-none;
}

/* 隐藏滚动条 */

.scroll-content-x {
  overflow-x: auto;
}

.scroll-content-x::-webkit-scrollbar {
  height: 0 !important
}

/* IE 10+ */

.scroll-content-x {
  -ms-overflow-style: none;
}

/* Firefox */

.scroll-content-x {
  overflow: -moz-scrollbars-none;
}

/* 悬浮样式 */

.underline-color:hover {
  color: #561c83 !important;
}

.underline-block .underline-text:hover {
  color: #561c83 !important;
}

/* 无图片 */

.no-img {
  width: 100%;
  height: 100%;
}

.no-img .img-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0ebf4;
}

.no-img .img-content img {
  width: 50%;
  height: auto;
}

/* 搜索框 */

.search-input {
  margin-right: 10px;
}

.search-border .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-border .searBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
